home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
comm
/
mail
/
AM119contr.lha
/
FastGIF112.lha
/
FastGIF.Eng
< prev
next >
Wrap
Text File
|
1992-06-28
|
3KB
|
142 lines
FastGIF V1.12
(c) 1992 by Christophe PASSUELLO
---------------------------------
FastGIF is a fast viewer for GIF files, written in C for the user interface
and assembler for unpacking and viewing routines. (The fastest GIF viewer
for Amiga).
FastGIF can't be sold alone or in any package, but you can freely
distribute it on PD's disks (like Fred Fish one) or on any BBS only if
complete and unmodified.
DISCLAIMER
----------
The author isn't responsable of any damages resulting of the use of FastGIF.
BAD
---
- It uses a lot of memory (loading file in RAM), allocates large block (320Kb
for a 640 * 512 pixels pictures)
GOOD
----
- Very fast, mains routines are written using very highly optimised assembler
(twice faster than TurboGIF)
- It should be even faster with 32 bits cards because the assembly routines
are small enough to fit in the cache.
- It should works on NTSC or PAL. (i don't have NTSC)
- You can scroll picture.
- It handles corrupted GIF files
HOW TO USE FASTGIF
------------------
FastGIF takes one argument witch is the name of the GIF file, for each picture
it displays size, numbers of colors and so on, ...
Once displayed you can use the keys:
L : switch Interlace
H : switch Hires (only if not a 32 colors picture)
O : switch OverScan
ESC : escape from FastGIF
To scroll picture use the cursor, with SHIFT you can scroll using a 16 pixels
step, with ALT you move to any side of the picture.
The picture is displayed in a intuition screen so you can put the Workbench
in front using the keys Amiga-Left N.
TO DO
-----
- Using colors instead of grey-scale for pictures with more than 32 colors.
- Saving to IFF 1 to 5 bits , 12 bits and 24 bits.
AUTHOR
------
Send me any suggestion, bugs-report, flames, etc....
Any contribution is welcome [free/share]ware or money (bills only).
If you send me programmer docs for any 256 or more colors cards, i will
try to adapt FastGIF.
For bugs-report send informations about your config:
Witch processor, version of Workbench, how many RAM you own (CHIP & FAST).
You can contact me at the address
Christophe PASSUELLO
25, Rue du Plateau
91600 SAVIGNY SUR ORGE
FRANCE
or i prefer using EMail (only until September 1992)
p6inf016@ibm1.cicrp.jussieu.fr | Internet
p6inf016@cigale.cicrp.jussieu.fr | Internet
p6inf016@frcirp81.bitnet | Bitnet
HISTORY
-------
- RELEASE V1.01
First release
- RELEASE V1.02
Decompression 5% faster.
Bug fixed : ScrollVPort doesn't works very well with Interlaced. I use
MakeScreen and ReThinkDisplay instead.
- RELEASE V1.10
Now can display pictures with more than 32 colors in gray-scale.
Pictures are now centered in the middle of the screen.
- RELEASE V1.11
Internal release.
Fast scrolling Added.
- RELEASE V1.12
New algorithm for decompression: 25 % FASTER.
Enjoy FastGIF !!!!!!!!!!!